projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51c0720
)
This patch improves an usage message about xm dump-core command.
author
Ewan Mellor
<ewan@xensource.com>
Thu, 16 Nov 2006 10:44:23 +0000
(10:44 +0000)
committer
Ewan Mellor
<ewan@xensource.com>
Thu, 16 Nov 2006 10:44:23 +0000
(10:44 +0000)
Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
tools/python/xen/xm/main.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xm/main.py
b/tools/python/xen/xm/main.py
index d9c0a70024b2c5385bff425c30c9f74f13d62772..a7fd155b05312f074bf3e4c95ca157d1c5e6554a 100644
(file)
--- a/
tools/python/xen/xm/main.py
+++ b/
tools/python/xen/xm/main.py
@@
-199,6
+199,10
@@
SUBCOMMAND_OPTIONS = {
'network-list': (
('-l', '--long', 'List resources as SXP'),
),
+ 'dump-core': (
+ ('-L', '--live', 'Dump core without pausing the domain'),
+ ('-C', '--crash', 'Crash domain after dumping core'),
+ ),
}
common_commands = [